home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / PROGS / ENV.DOC < prev    next >
Text File  |  1993-11-20  |  994b  |  22 lines

  1. ENV  - Program to do envelopes on an LJ4
  2.  
  3.      syntax.  >ENV <filespec> [ <options> ]  ');
  4.  
  5.              <filespec>       single filename');
  6.              <options>        override those in ENV.CFG');
  7.                OUT=<file>     sets default output device/file');
  8.                RET1=<text>    first line of return address');
  9.                RET2=<text>    second line of return address');
  10.                RET3=<text>    third line of return address');
  11.                RET4=<text>    fourth line of return address');
  12.                SETUP1=<text>  setup string will be preceded by ESC');
  13.                SETUP2=<text>  setup string will be preceded by ESC');
  14.                SETUP3=<text>  setup string will be preceded by ESC');
  15.  
  16.                RETURNON       Use this return address');
  17.  
  18.       - Options are blank separated, slashes optional');
  19.       - Rational way to set up system is place your choice of defaults');
  20.            in ENV.cfg file on directory with ENV.EXE');
  21.  
  22.